home *** CD-ROM | disk | FTP | other *** search
- #include "oath/bigInteger.h"
-
- #include <fstream.h>
-
- main()
- {ifstream File("biread.obj");
-
- integerA X = integerA::isa(objA::import(File));
- integerA Y = integerA::isa(objA::import(File));
-
- cout << " X = " << X << endl;
- cout << " Y = " << Y << endl;
-
- cout << "X+=Y = " << (X+=Y) << endl;
- cout << "X+=Y = " << (X+=Y) << endl;
- cout << "X+=Y = " << (X+=Y) << endl;
- cout << "X+=Y = " << (X+=Y) << endl;
- cout << "X+=Y = " << (X+=Y) << endl;
- }
-